Should you put everything in Redux?
I'm considering using Redux in my project, but I'm not sure if I should put all my app's state and logic into it. I want to understand if there are any best practices or guidelines on what should and shouldn't be included in Redux.